home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Fritz: All Fritz
/
All Fritz.zip
/
All Fritz
/
FILES
/
COMMADIO
/
ROBOCOM1.LZH
/
ROBOCOM1.EXE
/
MAKELIST.BAT
< prev
next >
Wrap
DOS Batch File
|
1992-02-12
|
623b
|
13 lines
ECHO OFF
REM Use this batch file in conjunction with Robocomm's "Run Program" agenda
REM command to copy the current contents of the BBS CAP file to the
REM NEWLIST.DAT file. IF NEWLIST.DAT exists when Robocomm logs off the BBS,
REM it will scan the file for new entries to the Neww Files directory.
REM Usually, you will want to run this program immediately after a
REM Capture & Overwrite agenda item. This allows Robocomm to add the results
REM of a PCBoard Z or L file scan to its newfiles directory.
REM
ECHO Appending %BBS%.CAP to NEWLIST.DAT now...
TYPE %BBS%.CAP >> NEWLIST.DAT
ERASE %BBS%.CAP